projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4774ebf
)
Check members of struct ifreq.
author
Dave Love
<fx@gnu.org>
Tue, 23 Sep 2003 12:39:44 +0000
(12:39 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 23 Sep 2003 12:39:44 +0000
(12:39 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index b59c983e4d9960751a8b07d8ed32d143e9073a45..3add836efc4f4a252fef04297b52453e1c07a6e3 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1514,6
+1514,9
@@
AC_CHECK_MEMBER(struct tm.tm_gmtoff,
[AC_DEFINE(HAVE_TM_GMTOFF, 1,
[Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,
[#include <time.h>])
+AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
+ struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
+ struct ifreq.ifr_addr], , ,[#include <net/if.h>])
dnl checks for compiler characteristics